Sales APIs
Description
The initial step in the sales quote flow. A customer requests pricing for one or more items. Can lead to creation of a sales quote.
Tags and resources
Item
Line items on a sales quote request, each representing a requested product or service.
Notification
Notifications on a sales quote request (e.g., status changes, approval requests).
sales/quote-requests
Creates a new sales quote request
sales/quote-requests
List of all sales quote request
sales/quote-requests/{salesQuoteRequestId}
Sales quote request details for the provided identifier
sales/quote-requests/{salesQuoteRequestId}/api-operations/{apiOperationId}/instances
8 operation(s) for sales/quote-requests/{salesQuoteRequestId}
sales/quote-requests/{salesQuoteRequestId}
Deletes a sales quote request
sales/quote-requests/{salesQuoteRequestId}
Saves update information for provided sales quote request
sales/quote-requests/{salesQuoteRequestId}/applicable-accessories?productId={productId}&itemId={itemId}
List of applicable accessories for all items of the sales quote request. If the sales quote request is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable accessories for that specific product will show even if the product does not exist in any of the items.
sales/quote-requests/{salesQuoteRequestId}/applicable-replacements?productId={productId}&itemId={itemId}
List of applicable replacements for all items of the sales quote request. If the sales quote request is in a status where items cannot be added, this API will return an empty list. Note that if product is specified, applicable replacements for that specific product will show even if the product does not exist in any of the items.
sales/quote-requests/{salesQuoteRequestId}/forward-destinations
List of possible targets to forward sales quote request to
sales/quote-requests/key-figures?groupBy={groupBy}
Key figures for sales quote requests.